home *** CD-ROM | disk | FTP | other *** search
/ Sprite 1984 - 1993 / Sprite 1984 - 1993.iso / src / boot / netBoot / sun4.md / RCS / dpy.h,v < prev    next >
Encoding:
Text File  |  1989-06-20  |  453 b   |  41 lines

  1. head     1.1;
  2. branch   ;
  3. access   ;
  4. symbols  ;
  5. locks    mendel:1.1; strict;
  6. comment  @ * @;
  7.  
  8.  
  9. 1.1
  10. date     89.06.19.19.37.29;  author mendel;  state Exp;
  11. branches ;
  12. next     ;
  13.  
  14.  
  15. desc
  16. @@
  17.  
  18.  
  19.  
  20. 1.1
  21. log
  22. @Initial revision
  23. @
  24. text
  25. @
  26. /*    @@(#)dpy.h 1.6 88/02/08 SMI    */
  27.  
  28. /*
  29.  * Copyright (c) 1986 by Sun Microsystems, Inc.
  30.  */
  31.  
  32. #if defined(SUN2) || defined(sun2)
  33. #include "../sun2/dpy.h"
  34. #endif
  35.  
  36. #if defined(SUN3) || defined(sun3)
  37. #include "../sun3/dpy.h"
  38. #endif
  39.  
  40. @
  41.